home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / game / 2play / CarBattle.lha / Install-Floppy < prev    next >
Text File  |  1997-07-20  |  859b  |  44 lines

  1. Echo "Carbattle Install Script."
  2. Echo "Insert a blank disk in the drive."
  3. Echo ""
  4.  
  5.  
  6. Format Drive DF0: Name CarBattle Noicons
  7.  
  8. if exists Libs:Amos.Library
  9.     Copy Libs:Amos.Library RAM:
  10. endif
  11.  
  12. if exists Libs/Amos.Library
  13.     Copy Libs/Amos.Library RAM:
  14. endif
  15.  
  16.  
  17. echo ""
  18. Echo "Now copying CarBattle to floppy disk (hopefully!)"
  19. echo ""
  20. Copy #? DF0:
  21. echo ""
  22. echo "Making Libs directory on the disk."
  23.  
  24. Makedir DF0:Libs
  25.  
  26. echo ""
  27. echo "Okay, now copying all the maths libraries."
  28. echo ""
  29.  
  30. Copy Libs:Math#? DF0:Libs
  31. echo ""
  32. echo "Okay, now copying the AMOS library."
  33. echo ""
  34. Copy Ram:Amos.Library DF0:Libs
  35. Delete Ram:Amos.Library
  36. echo ""
  37. echo "Now Making S Directory."
  38. Makedir DF0:S
  39. echo "Creating Startup-Sequence."
  40. Echo "CarBattle" >DF0:S/Startup-Sequence
  41. echo "Installing bootblock on disk..."
  42. Install DF0:
  43. echo "Hokay, that should be it!"
  44. delete ram:Amos.Library